Skip to main content
Phong Nguyễn
💬
0 discussions

Web Service


Web service is the service backend for contactapp.

I. Functionality


  • Manage activity
  • Manage agent
  • Manage call log
  • Manage contact
  • Manage contact group
  • Manage integration
  • Manage template sms

II. Packages

1. Dependencies

https://gitlab.com/gcalls/publics/gcallsmiddle/-/blob/Test/webService/package.json?ref_type=heads#L13

2. Dev Dependencies

https://gitlab.com/gcalls/publics/gcallsmiddle/-/blob/Test/webService/package.json?ref_type=heads#L62

III .Source tree

https://gitlab.com/gcalls/publics/gcallsmiddle/-/tree/Test/webService?ref_type=heads

IV. Installation


  • Clone project:
git clone https://gitlab.com/gcalls/publics/gcallsmiddle
  • Change dir into mobile-service folder to run backend
cd web-service
  • Install utility modules:
npm install
  • Start server:

    • run in development

      npm run dev
    • run in production

      npm install -g pm2
      npm start